home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / dm100.arc / DATEME.DOC < prev    next >
Text File  |  1990-08-10  |  8KB  |  202 lines

  1.  
  2.  
  3.                                 DateMe!
  4.  
  5. DateMe! is a companion program to EZ-Reader (from Eric Cockrell) and,
  6. optionally, John Hancock tagline manager.  It "expands" the scope of the
  7. tagline a bit, and hopefully will add a bit of humor to the bottom of
  8. your messages.  In order to use it, you've got to have:
  9. 1.  A clue
  10. 2.  A -registered- version of EZ-Reader
  11. 3.  (optional, but highly recommended) John Hancock
  12.  
  13.  
  14.                                Why?  Why?
  15.  
  16. Here's a standard EZ-Reader message, with tagline:
  17.  
  18. ==============================================================================
  19. MS>Addison, could you give me their phone number and the guy to talk
  20. MS>to?
  21. Certainly.  714-246-3110.  Ask for Dave.
  22. ---
  23.  ■ EZ 1.31 #1110 ■ My ex-caller was an alias
  24. ==============================================================================
  25.  
  26. The bottom's pretty boring, huh?  All John Hancock could do was make the
  27. taglines longer, and let you select them more easily.  For example:
  28.  
  29. ==============================================================================
  30. MS>Addison, could you give me their phone number and the guy to talk
  31. MS>to?
  32. Certainly.  714-246-3110.  Ask for Dave.
  33. ---
  34.  ■ EZ 1·31 #1110 ■ My ex-caller was an alias, and he was pretty dumb!
  35. ==============================================================================
  36.  
  37. Still not that hot.  You can get pretty witty, but I was looking for
  38. something even better.  Couldn't find it, so I wrote it.  I wanted to be
  39. able to not only add a tagline, but the date written (since I was
  40. editing offline and sometimes my messages would not get uploaded until
  41. days later, invalidating the PCBoard posting date), and I also wanted
  42. people to know where I was, since I was responding through a BBS almost
  43. 200 miles from my house.  Here's what my messages look like now:
  44.  
  45. ==============================================================================
  46. DZ│You know, trying to respond online with a dumbterm that doesn't even
  47.   │have VT100 emulation and using the ProDoor visual editor isn't the best
  48.   │thing in the world...i can't even read what I'm typing.
  49. Well, the point came through ... the flames from Addison are lapping at
  50. my heels ... ouch!  ouch!  <grin>
  51. ────────────────┐
  52.                │ Scribbled in Laguna Niguel, CA
  53.            /█>  │ Friday, August 10th, 1990 at 9:40 pm.
  54. __________█_X___│
  55.  ■ EZ 1·29 #954 ■ Lost your brain?  Don't look at me ...
  56. ==============================================================================
  57.  
  58. My additions are everything below the <grin>.  Everything you see there
  59. is configurable, so don't be dismayed if you don't like it.
  60.  
  61.  
  62.                    Installation and other yik-yak...
  63.  
  64. Installation is pretty simple.  Copy the DATEME.EXE and DATEME.CFG files
  65. into your EZ-Reader directory.  You'll need to edit the DATEME.CFG file,
  66. create a "picture" file, and make a batch file to run your editor.
  67.  
  68. Here's my DATEME.CFG file:
  69.  
  70. ==============================================================================
  71. C:\TELIX\EZ-RDR\PERSON.DAT
  72. C:\TELIX\EZ-RDR\WORK\TEMP
  73. C:\TELIX\EZ-RDR\WORK\TEMP1
  74. Scribbled in Laguna Niguel, CA
  75. 2
  76. 3
  77. 5
  78. ==============================================================================
  79.  
  80. The lines, in order, are:
  81.  
  82. 1.  The path and name of your "picture" file.
  83. 2.  The name of the file to read the tagline out of.
  84. 3.  The name of the file to write the combination output into.
  85. 4.  The "location" line, if you choose to use it.  If you don't use it,
  86.     just leave this line blank.
  87. 5.  The line number for the location line to appear.
  88. 6.  The line number for the date line to appear.
  89. 7.  The line number for the tag line to appear.
  90.  
  91. For items 5-7, putting a 0 on the line will prevent that item from
  92. showing up.
  93.  
  94. Here's my picture file:
  95.  
  96. ==============================================================================
  97. ────────────────┐
  98.                │
  99.            /█>  │
  100. __________█_X___│
  101.  ■ EZ 1·29 #954 ■
  102. ==============================================================================
  103.  
  104. It's simple and sweet, and it stays that way!  Note that the EZ-Reader
  105. tagline in -this- file is the one that's used; in EZ-Reader, I have it
  106. set to "Taglines OFF".  This is why you need a registered version,
  107. although you -can- get by without one, but you're supposed to feel
  108. guilty!
  109.  
  110. The picture file can be created with any text editor; the other three
  111. lines (location, date, and tagline) are appended.
  112.  
  113. Anyways!  Here's my edit batch file:
  114.  
  115. ==============================================================================
  116. @ECHO OFF
  117. q %1
  118. c:\telix\ez-rdr\jh c:\telix\ez-rdr\
  119. copy jh?.rep temp
  120. del jh?.rep
  121. c:\telix\ez-rdr\dateme c:\telix\ez-rdr\dateme.cfg
  122. copy %1+temp1 temp
  123. del %1
  124. del temp1
  125. ren temp %1
  126. ==============================================================================
  127.  
  128. Here's a run-down of what it does.  First, it lets me edit the message
  129. file (%1); once I'm done with that, it goes into John Hancock (JH) and
  130. lets me pick my tagline.
  131.  
  132. After that, it copies the JH?.REP file (it has a different name every
  133. time, and I haven't figured out how that one letter makes a difference
  134. or how to predict it) into TEMP, deletes it, and runs DATEME (using the
  135. config file, with pathname, as a parameter).  After it's done, it
  136. produces TEMP1 (remember that config line?).  This is appended to the
  137. message, then all the work files are deleted.  All done!
  138.  
  139.  
  140.                       Respect Where Respect Is Due
  141.  
  142. I must say that this program would not exist without the following
  143. people, who got me into BBS'ing, then convinced me it's worth it, then
  144. amazed me with their witty taglines, etc.  Anyways, you get the picture:
  145.  
  146. Bill Fisher    - king of witty taglines, and the guy who drew the "little
  147.                  man" picture that became the basis of this program
  148. Don Dougherty  - "You DON'T use an HST?  Geeze ..." who still uses the
  149.                  same -one- tagline (Entered at @TIME@ on @DATE@) on
  150.                  every message
  151. Addison Ching  - a very friendly and forgiving sysop
  152. Gillian Cannon - a most dangerous wit from an on-line message writer!
  153.  
  154. And everybody else on OC-Talk, the Orange County, California
  155. general-purpose chit-chat and flaming forum!
  156.  
  157.  
  158.                            Legal Mumbo Jumbo
  159.  
  160. Let me begin my soapbox speech by saying a couple of things.  I'm not
  161. out to make a million with this program; if I were, I would have written
  162. 1-2-3.  Let's face it, I'm not going to make a fortune off of it.
  163.  
  164. However, I still think the program is worth something.  If you're using
  165. it on a regular basis, the program is worth something to you too.
  166.  
  167. If it is, please register it.  Send whatever you think the program is
  168. worth (I recommend $5 to $10 to whatever is in your checking account) to
  169. me at this address:
  170.  
  171. Mike Schmitt
  172. 939 Camino Del Sur, Apt. B
  173. Isla Vista, CA 93117
  174.  
  175. This is also a good place for bug reports, suggestions, comments,
  176. questions, etc; you may also contact me at the BBS I help run, Console
  177. Command Headquarters, (805) 683-0499 HST DS.
  178.  
  179. What do you get for registering?  Well, peace of mind is one thing; this
  180. program didn't take long to write, but I still think it's worth a
  181. little.  If you really don't like it, don't use it!  For the rest of
  182. you, just be glad you're doing something to "keep shareware alive," to
  183. use a tremendously cliched phrase.
  184.  
  185.  
  186.                          The -Real- Legal Stuff
  187.  
  188. I take no responsibility for this program or your use of this program.
  189. If you use it, you assume all risks involved with using it.  I will not
  190. be held liable for any damage this program does to your system, whether
  191. it is a result of faulty programming or not.  You use it, you risk it.
  192. If it eats your hard disk, I will not be held responsible.  You agree to
  193. this by using this program.
  194.  
  195.  
  196.                             Release History
  197.  
  198. Version 1.00, released Saturday, August 11th, 1990:
  199.  
  200.   -  First public release.
  201.  
  202.